shr

infix inline fun IntRange.shr(n: Int): IntRange(source)
infix inline fun LongRange.shr(n: Long): LongRange(source)
infix inline fun LongRange.shr(n: Int): LongRange(source)

Shifts this range n steps to the right. The result is unchecked.